How we have browser automation configured for our AI agents. This covers the managed browser profile, agent-browser (Vercel Labs), the Chrome extension relay, and the rules that keep things stable.
OpenClaw runs a dedicated, isolated Chrome profile (separate from your personal browser) that agents control via CDP (Chrome DevTools Protocol). On top of that, we use agent-browser from Vercel Labs as the default CLI for interactive automation because it returns compact element refs instead of raw DOM trees — 60-93% fewer tokens.